function fixUsername(myObj) { var myUsername = myObj.value; myUsername = myUsername.toUpperCase(); myObj.value = myUsername; } function checkforenterkey(myObj) { if (window.event) { if (13 == window.event.keyCode) { flms_do_login(); } } } function goto_menu() { location.href="menu.htm"; } function open_glossary() { alert("glossary"); } function open_map() { alert("course map"); } var CLOSE_OV = new Image; var GLOSSARY_OV = new Image; var MAP_OV = new Image; var MENU_OV = new Image; var subCookie = get_cookie_value("KU_"+ PROG_ID +"_"+ get_cookie_value("username",""),""); var tmpFullName = get_sub_cookie_value("fn",subCookie,"") + " " + get_sub_cookie_value("ln",subCookie,""); var cell_width = "*" if ((!IE) && (!W3CDOM)) { cell_width = "100%" } //write out Top half of HTML var tmp_html = ""; tmp_html += "
Electronic Records Log Training Banner
"; document.write (tmp_html);